Skip to content

chadschmalz/cte-partners

Repository files navigation

Laravel 8.4 Work-Based Learning Database

Simple project for storing business partners, internship opportunities and student assignments.


How to use

  • Clone the repository with git clone
  • Update storage folder permissions (ex. sudo chown -R www-data:www-data storage)
  • Copy .env.example file to .env and edit database credentials there
  • Set up your App registration on your authentication system (Google,Microsoft), then add the configuration to your .env file for Socialite authentication
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate
  • If you are using MySQL, modify this file, database/migrations/addInitialDBrecords.sql , with your first user and semester
  • Then Run mysql -u username -p < database/migrations/addInitialDBrecords.sql
  • That's it - load the homepage

License

MIT License


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published